Outside of a web browser, does the Javascript programming language do anything? [closed]

Posted by Stom on Super User See other posts from Super User or by Stom
Published on 2013-06-24T21:14:48Z Indexed on 2013/06/24 22:24 UTC
Read the original article Hit count: 132

Filed under:

I often hear people talking about Javascript in conjunction with web browser programming/web page programming and such, and/or form logic, etc.

However, outside of a browser, can Javascript source be written and compiled to work outside of a browser, much like C/C++ can work in a terminal window/GUI window with a library?

Can I write "Hello World" in Javascript in a console terminal on a modern OS GUI and such like C?

© Super User or respective owner

Related posts about JavaScript